home *** CD-ROM | disk | FTP | other *** search
- #------------------------------------------------------------------------------
- # include generic camera controls
- exec _defCamera.cs
-
-
- #------------------------------------------------------------------------------
- # include generic keyboard controls
- exec _defKeyboard.cs
-
-
- #------------------------------------------------------------------------------
- #
- # Add support for Logitech WingMan Light
- #
- editActionMap Herc
-
- bindAction joystick make button0 TO ACTION_FIRE 1.0
- bindAction joystick break button0 TO ACTION_FIRE 0.0
- bindAction joystick make button1 TO ACTION_TARGET_SELECTED
- bindAction joystick yaxis TO ACTION_SPEED deadzone 0.1 center square
- bindAction joystick xaxis TO ACTION_YAW deadzone 0.1 center square
-
-